home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / info / drdtips.zip / 1609.TXT < prev    next >
Text File  |  1991-12-31  |  2KB  |  49 lines

  1. Document 1609
  2. Applications that Check the DOS Version Number
  3.  
  4. Description:
  5. The DR DOS 6.0 Version Numbers
  6.  
  7. A few applications and device drivers have been encountered
  8. which, when loading under the DR DOS 6.0 operating system,
  9. display an error message that states the current version of
  10. operating system is not supported. This can occur for several
  11. reasons, which are outlined below.
  12.  
  13. Device drivers for disk drives or networks are sometimes
  14. produced for specific versions of DOS or occasionally will use
  15. specific configurations for different versions of DOS. The DR
  16. DOS 6.0 operating system will appear to be COMPAQ DOS 3.31 to
  17. applications and drivers. Usually, a DOS 3.3 driver works
  18. properly. If you have been running previously with MS/PC DOS
  19. 4.x, the driver that you have been using might be designed
  20. specifically for that version. Contact the manufacturer of the
  21. driver to see if they have any specific configuration
  22. information or drivers for DOS 3.3x.
  23.  
  24. When applications request the DOS version number from the
  25. operating system, the DR DOS 6.0 operating system returns
  26. version 3.31. The application then knows that it should expect
  27. support for DOS 3.3-level calls and support for larger than 32
  28. Mbyte partitions using the COMPAQ Extended Interrupt 25 and 26
  29. convention. Most applications do follow these conventions and
  30. therefore work without any difficulty. 
  31.  
  32. However, some applications have been designed to go beyond those
  33. conventions and actually attempt to directly manipulate DOS data
  34. structures or replace sections of the operating system code with
  35. their own. These applications depend on having intimate
  36. knowledge of each DOS version they detect and have been written
  37. to react differently for each of those versions. If an
  38. application uses this type of technique, the manufacturer will
  39. have to design the application to take the DR DOS 6.0 operating
  40. system into account as well. It is possible that the
  41. manufacturer has already produced another version of your
  42. application that runs under the DR DOS 6.0 operating system.
  43. Contact the manufacturer to see if there is any information
  44. about upgrades or specific configuration steps for the DR DOS
  45. 6.0 operating system. If the manufacturer is interested in more
  46. information about the DR DOS 6.0 operating system, they are
  47. welcome to contact Digital Research Inc. directly and we will
  48. work with them on the situation.
  49.